home *** CD-ROM | disk | FTP | other *** search
/ cyber.net interactivo 3 / inter@ivo 1996-04.iso / cybint3 / bin / lou.dxr / 00027.ls < prev    next >
Encoding:
Text File  |  1996-03-22  |  121 b   |  8 lines

  1. on exitFrame
  2.   set i to 2
  3.   repeat while i < 14
  4.     set the visible of sprite i to 0
  5.     set i to i + 1
  6.   end repeat
  7. end
  8.